}
s = " \t";
try {
StringTools.assureSet(s, "varName");
fail();
} catch (IllegalArgumentException expected) {
// expected exception
public void testAssureSet() {
try {
StringTools.assureSet("", "varName");
fail();
} catch (IllegalArgumentException expected) {
// expected exception